Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 7 - Transform Objects / Transform Objects Reference
Transform Objects Routines / Creating and Manipulating Scale Transforms


Q3ScaleTransform_Set

You can use the Q3ScaleTransform_Set function to set new private data for a scale transform.

TQ3Status Q3ScaleTransform_Set (
TQ3TransformObject transform, 
const TQ3Vector3D *scale);
transform
A transform.
scale
A vector whose three fields specify the desired scaling along each coordinate axis.
DESCRIPTION
The Q3ScaleTransform_Set function sets the scale transform specified by the transform parameter to the data passed in the scale parameter. You should use Q3ScaleTransform_Set only with transforms of type kQ3TransformTypeScale.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996